UNPKG

google-closure-library

Version:
42 lines (33 loc) 749 B
/* * Copyright 2007 The Closure Library Authors. All Rights Reserved. * * Use of this source code is governed by the Apache License, Version 2.0. * See the COPYING file for details. */ /** * Styles for the Editor's Edit Link dialog. * */ @provide 'goog.css.editor.linkdialog'; @require './dialog'; @require '../linkbutton'; .tr-link-dialog-explanation-text { font-size: 83%; margin-top: 15px; } .tr-link-dialog-target-input { width: 100%; /* Input boxes for URLs and email address should always be LTR. */ direction: ltr; box-sizing: border-box; } .tr-link-dialog-email-warning { text-align: center; color: #c00; font-weight: bold; } .tr_pseudo-link { color: #00c; text-decoration: underline; cursor: pointer; }