Adwaita: change font-size: 82% to font-size: smaller

This commit is contained in:
Lapo Calamandrei 2014-09-03 17:01:43 +02:00
parent 34de8da7d4
commit aa85282bb6
3 changed files with 9 additions and 11 deletions

View File

@ -964,7 +964,7 @@ GtkComboBox {
padding: 0px 12px;
}
.subtitle {
font-size: 82%;
font-size: smaller;
padding: 0 12px;
@extend .dim-label;
}
@ -1635,7 +1635,7 @@ GtkSwitch {
-GtkSwitch-slider-width: 45px; // 55px is the right value to make it as tall
// as buttons, not doing that for now
font-weight: bold;
font-size: 82%;
font-size: smaller;
outline-offset: -4px;
box-shadow: inset 0 1px transparentize(black, 0.9), // needs to be set here
_widget_edge(); // otherwise it gets
@ -2003,11 +2003,9 @@ $asset_suffix: if($variant=='dark', '-dark', '');
* Progress bars *
*****************/
//FIXME it's a wip ok?
GtkProgressBar {
padding: 0;
font-size: 82%;
font-size: smaller;
color: transparentize($fg_color, 0.6);
box-shadow: inset 1px 1px transparentize(black, 0.9), // needs to be set
_widget_edge(); // here ot it gets

View File

@ -1192,7 +1192,7 @@ GtkComboBox {
padding: 0px 12px; }
.titlebar .subtitle, GtkCalendar.header .subtitle,
.header-bar .subtitle {
font-size: 82%;
font-size: smaller;
padding: 0 12px; }
.titlebar .header-bar-separator, GtkCalendar.header .header-bar-separator, .titlebar > GtkBox > .separator.vertical, GtkCalendar.header > GtkBox > .separator.vertical,
.sidebar .view .titlebar > GtkBox > .vertical.separator:backdrop,
@ -1903,7 +1903,7 @@ GtkTreeView.view.progressbar {
GtkSwitch {
-GtkSwitch-slider-width: 45px;
font-weight: bold;
font-size: 82%;
font-size: smaller;
outline-offset: -4px;
box-shadow: inset 0 1px rgba(0, 0, 0, 0.1), 0 1px rgba(238, 238, 236, 0.1); }
GtkSwitch.trough {
@ -2795,7 +2795,7 @@ GtkCheckButton.text-button, GtkRadioButton.text-button {
*****************/
GtkProgressBar {
padding: 0;
font-size: 82%;
font-size: smaller;
color: rgba(238, 238, 236, 0.4);
box-shadow: inset 1px 1px rgba(0, 0, 0, 0.1), 0 1px rgba(238, 238, 236, 0.1); }
GtkProgressBar:backdrop {

View File

@ -1184,7 +1184,7 @@ GtkComboBox {
padding: 0px 12px; }
.titlebar .subtitle, GtkCalendar.header .subtitle,
.header-bar .subtitle {
font-size: 82%;
font-size: smaller;
padding: 0 12px; }
.titlebar .header-bar-separator, GtkCalendar.header .header-bar-separator, .titlebar > GtkBox > .separator.vertical, GtkCalendar.header > GtkBox > .separator.vertical,
.sidebar .view .titlebar > GtkBox > .vertical.separator:backdrop,
@ -1897,7 +1897,7 @@ GtkTreeView.view.progressbar {
GtkSwitch {
-GtkSwitch-slider-width: 45px;
font-weight: bold;
font-size: 82%;
font-size: smaller;
outline-offset: -4px;
box-shadow: inset 0 1px rgba(0, 0, 0, 0.1), 0 1px white; }
GtkSwitch.trough {
@ -2934,7 +2934,7 @@ GtkCheckButton.text-button, GtkRadioButton.text-button {
*****************/
GtkProgressBar {
padding: 0;
font-size: 82%;
font-size: smaller;
color: rgba(46, 52, 54, 0.4);
box-shadow: inset 1px 1px rgba(0, 0, 0, 0.1), 0 1px white; }
GtkProgressBar:backdrop {