123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158 |
- .goog-rounded-tab {
- border: 0;
- cursor: default;
- padding: 0;
- }
- .goog-tab-bar-top .goog-rounded-tab,
- .goog-tab-bar-bottom .goog-rounded-tab {
- float: left;
- margin: 0 4px 0 0;
- }
- .goog-tab-bar-start .goog-rounded-tab,
- .goog-tab-bar-end .goog-rounded-tab {
- margin: 0 0 4px 0;
- }
- .goog-rounded-tab-caption {
- border: 0;
- color: #fff;
- margin: 0;
- padding: 4px 8px;
- }
- .goog-rounded-tab-caption,
- .goog-rounded-tab-inner-edge,
- .goog-rounded-tab-outer-edge {
- background: #036;
- border-right: 1px solid #003;
- }
- .goog-rounded-tab-inner-edge,
- .goog-rounded-tab-outer-edge {
- font-size: 1px;
- height: 1px;
- overflow: hidden;
- }
- .goog-rounded-tab-hover .goog-rounded-tab-caption,
- .goog-rounded-tab-hover .goog-rounded-tab-inner-edge,
- .goog-rounded-tab-hover .goog-rounded-tab-outer-edge {
- background-color: #69c;
- border-right: 1px solid #369;
- }
- .goog-rounded-tab-disabled .goog-rounded-tab-caption,
- .goog-rounded-tab-disabled .goog-rounded-tab-inner-edge,
- .goog-rounded-tab-disabled .goog-rounded-tab-outer-edge {
- background: #ccc;
- border-right: 1px solid #ccc;
- }
- .goog-rounded-tab-selected .goog-rounded-tab-caption,
- .goog-rounded-tab-selected .goog-rounded-tab-inner-edge,
- .goog-rounded-tab-selected .goog-rounded-tab-outer-edge {
- background: #369 !important;
- border-right: 1px solid #036 !important;
- }
- .goog-tab-bar-top .goog-rounded-tab {
- vertical-align: bottom;
- }
- .goog-tab-bar-bottom .goog-rounded-tab {
- vertical-align: top;
- }
- .goog-tab-bar-top .goog-rounded-tab-outer-edge,
- .goog-tab-bar-bottom .goog-rounded-tab-outer-edge {
- margin: 0 3px;
- }
- .goog-tab-bar-top .goog-rounded-tab-inner-edge,
- .goog-tab-bar-bottom .goog-rounded-tab-inner-edge {
- margin: 0 1px;
- }
- .goog-tab-bar-start .goog-rounded-tab-table,
- .goog-tab-bar-end .goog-rounded-tab-table {
- width: 100%;
- }
- .goog-tab-bar-start .goog-rounded-tab-inner-edge {
- margin-left: 1px;
- }
- .goog-tab-bar-start .goog-rounded-tab-outer-edge {
- margin-left: 3px;
- }
- .goog-tab-bar-end .goog-rounded-tab-inner-edge {
- margin-right: 1px;
- }
- .goog-tab-bar-end .goog-rounded-tab-outer-edge {
- margin-right: 3px;
- }
- .goog-tab-bar-start .goog-rounded-tab-table,
- .goog-tab-bar-end .goog-rounded-tab-table {
- width: 12ex;
- }
- .goog-tab-bar-start .goog-rounded-tab-caption,
- .goog-tab-bar-start .goog-rounded-tab-inner-edge,
- .goog-tab-bar-start .goog-rounded-tab-outer-edge {
- border-left: 1px solid #003;
- border-right: 0;
- }
- .goog-tab-bar-start .goog-rounded-tab-hover .goog-rounded-tab-caption,
- .goog-tab-bar-start .goog-rounded-tab-hover .goog-rounded-tab-inner-edge,
- .goog-tab-bar-start .goog-rounded-tab-hover .goog-rounded-tab-outer-edge {
- border-left: 1px solid #369 !important;
- border-right: 0 !important;
- }
- .goog-tab-bar-start .goog-rounded-tab-selected .goog-rounded-tab-outer-edge,
- .goog-tab-bar-start .goog-rounded-tab-selected .goog-rounded-tab-inner-edge,
- .goog-tab-bar-start .goog-rounded-tab-selected .goog-rounded-tab-caption {
- border-left: 1px solid #036 !important;
- border-right: 0 !important;
- }
- .goog-tab-bar-start .goog-rounded-tab-disabled .goog-rounded-tab-outer-edge,
- .goog-tab-bar-start .goog-rounded-tab-disabled .goog-rounded-tab-inner-edge,
- .goog-tab-bar-start .goog-rounded-tab-disabled .goog-rounded-tab-caption {
- border-left: 1px solid #ccc !important;
- border-right: 0 !important;
- }
|